Support GtkWidget expand properties in GtkTable
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Oct 2010 17:56:52 +0000 (13:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 14:49:06 +0000 (10:49 -0400)
commit48de50df890b23aa92e6a158866721cf5eb7a48d
tree0d000a3a3cce8a35cbff0a736b0b0ad3ec7a3015
parent29ce9e679a502c35e52d9ab87d7c4dbc4664258b
Support GtkWidget expand properties in GtkTable

We expand a child when it either has the table-specific expand flag
or the generic expand property set. Override compute_expand so that
it also takes the table-specific expand flags of children into
account.

https://bugzilla.gnome.org/show_bug.cgi?id=628902
gtk/gtktable.c